/* CSS Document */
.box04 {
  background: #f8f8fc;
  padding-bottom: 60px;
}
.box04 {
  padding-top: 30px;
}
.box04 .wrap {
    width: 1200px;
    margin: 0 auto;
}
.box04 .title {
    padding: 25px 0 20px;
    border-bottom: 1px solid #e9e9f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box04 .title h2 {
    color: #333333;
    font-size: 30px;
}

.box04 .title h2 img, .tab01_container div .more_btn img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
	border:none;
}

.box04 .title ul {
    display: flex;
}

.box04 .title ul li.active {
    color: #d02e26;
    font-size: 20px;
}

.box04 .title ul li {
    height: 30px;
    line-height: 30px;
    margin: 0 23px;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
}

.box04 .online_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.box04 .online_item {
    margin-right: 50px;
    background-color: #fff;
    width: 366px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.box04 .online_img {
    width: 366px;
    height: 230px;
}

.box04 .online_img img {
    width: 100%;
    height: 100%;
}

.box04 .online_item p {
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    width: 340px;
    color: #333333;
    font-size: 18px;
    word-break: break-all;
    margin: 30px auto;
}


.box04 .price {
  color: #666666;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

.box04 .price .red {
  font-size: 24px;
}
.box04 .red {
    color: #d02d26;
}

.box04 .price .big {
  font-size: 20px;
  font-weight: bold;
}
.box04 .more{ display:none;}

.box04 .buy_btn {
  display: block;
  width: 160px;
  height: 40px;
  background: linear-gradient(90deg, #db3736, #ef5151);
  box-shadow: 0px 5px 10px 0px rgba(51, 0, 0, 0.15);
  border-radius: 24px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}

.box04 .buy_btn:hover {
  transform: translateY(-5px);
}

.box04 .online_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.box04 .online_item {
  margin-right: 50px;
  background-color: #fff;
  width: 360px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.box04 .online_item:nth-child(3n) {
  margin-right: 0;
}

.box04 .online_img {
  width: 366px;
  height: 230px;
}

.box04 .online_img img {
  width: 100%;
  height: 100%;
}

.box04 .online_item p {
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  width: 340px;
  color: #333333;
  font-size: 18px;
  word-break: break-all;
  margin: 30px auto;
}

.box04 .online_item .online_bottom {
  width: 340px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box04 .online_item .online_bottom .buy_btn {
  margin: 0;
}

.box04 .online_item .price {
  margin-bottom: 0;
}

.box04  .tab02_container p.book_0, .tab03_container p.book_0 {
    width: 100%;
    margin: 50px auto 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

@media only all and (max-width: 1080px) {
 .box04 .lb_list {
    width: 100%;
    height: 5.78rem;
    border-radius: 0.1rem;
  }
.box04  .swiper-pagination-bullet {
    width: 0.8rem !important;
    height: 0.1rem !important;
  }

 .box04 .title {
    padding: 0.5rem 0 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
 .box04 .title h2 {
    font-size: 0.8rem;
    margin-bottom: 0.6rem;
  }
 .box04 .title h2 img,
  .tab01_container div .more_btn img {
    height: 0.48rem;
    margin-left: 0.23rem;
  }
 .box04 .title ul {
    display: flex;
    flex-wrap: wrap;
  }
.box04  .title ul li {
    width: 4.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    margin: 0;
    font-size: 0.75rem;
    text-align: center;
  }
 .box04 .title ul li.active {
    font-size: 0.8rem;
  }
 .box04 .tab01_container {
    margin-top: 1rem;
  }
 .box04 .tab01_container div {
    width: 100%;
  }
 .box04 .tab01_container div:last-child {
    display: none;
  }
 .box04 .tab01_container div li {
    height: 1.6rem;
  }
 .box04 .tab01_container div li .new_title {
    font-size: 0.7rem;
    width: 82%;
  }
.box04  .tab01_container div li.hot::before {
    width: 2rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.6rem;
    padding-right: 0.08rem;
    background-size: 100%;
  }
.box04  .tab01_container div li.hot .new_title {
    font-size: 0.75rem;
    width: 70%;
  }
 .box04 .tab01_container div li .new_time {
    font-size: 0.6rem;
  }
 .box04 .tab01_container div .more_btn {
    display: block;
    width: 100%;
    height: 2rem;
    font-size: 0.7rem;
    line-height: 2rem;
  }
  .box04 {
    padding-bottom: 0.6rem;
  }
 .box04 .data_list {
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
.box04  .data_item_bottom {
    width: 82px;
    height: 130px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
 .box04 .data_item_bottom img {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto;
  }
 .box04 .data_item_container {
    width: 4rem;
    height: 5rem;
  }

 .box04 .data_item {
    width: 4rem;
    margin-bottom: 0.4rem;
  }

.box04  .data_item img {
    margin: 0 auto;
    width: 3rem;
  }
 .box04 .data_item p,
  .data_item_bottom p {
    margin: 0.4rem 0 0;
    font-size: 0.7rem;
  }
 .box04 .data_item_bottom p {
    margin-top: 0;
  }
.box04  .data_item a {
    width: 4rem;
    height: 1.3rem;
    line-height: 1.3rem;
    border-radius: 1rem;
    font-size: 0.6rem;
  }
 .box04 .tab02_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
 .box04 .book_item {
    width: 7.5rem;
    padding-bottom: 0.5rem;
  }
 .box04 .tab02_container .book_img {
    width: 7.5rem;
    height: 5.63rem;
  }
 .box04 .tab02_container .book_img img {
    width: 5rem;
  }
 .box04 .tab02_container p {
    height: 2rem;
    line-height: 1rem;
    padding: 0 0.2rem;
  }
 .box04 .price {
    font-size: 0.65rem;
    margin-bottom: 0.4rem;
  }
 .box04 .price .red {
    font-size: 0.8rem;
  }
 .box04 .price .big {
    font-size: 1rem;
  }
.box04  .buy_btn {
    width: 4rem;
    height: 1.2rem;
    border-radius: 1rem;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
 .box04 .buy_btn:hover {
    transform: translateY(-0.1rem);
  }
 .box04 .online_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
.box04  .online_item {
    margin-right: 0;
    width: 8.7rem;
    padding-bottom: 0.6rem;
    margin-bottom: 0.4rem;
  }
.box04  .online_item:nth-child(3n) {
    margin-right: 0;
  }
 .box04 .online_img {
    width: 8.7rem;
    height: 5.5rem;
    object-fit: cover;
  }
 .box04 .online_item p {
    line-height: 1rem;
    height: 2rem;
    width: 8rem;
    font-size: 0.6rem;
    margin: 0.4rem auto 0;
  }
 .box04 .online_item .online_bottom {
    width: 8rem;
    flex-direction: column;
  }
 .box04 .online_item .price {
    margin-bottom: 0.3rem;
  }
 .box04 .find_nav {
    display: none;
  }
 .box04 .box02 {
    margin: 0.5rem auto 0;
    padding-bottom: 0;
  }
 .box04{
    padding-top: 0.5rem;
  }
  .box04 .wrap {
    width: 100%;
    margin: 0 auto;
}
 .box04 .search {
    width: 11.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.6rem;
    padding-left: 1rem;
  }
.box04  #fx_searchbtn {
    width: 4.5rem;
    padding-left: 0.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-bottom: 2px solid #e92930;
    font-size: 0.8rem;
  }
 .box04 .tab02_container .book_imgs img {
    width: 100%;
  }
  @media screen and (min-width: 1200px){
    .box04 .wrap{
        width: 1300px;
    }
    .box04 .online_item{
        margin-right: 50px;
        margin-left: 30px;
    }
  }
        
}

